home *** CD-ROM | disk | FTP | other *** search
- ; WTPARAM.DAT - Parameter file for WebTrak by Know-It
- ;
- ; lines beginning with ';' (or blank lines), are comments
- ;
- ; commands are:
- ; EXCLUDE_ADDR - (any part of an IP address(es) to skip
- ; example: 123.123.123 will skip all log records that have
- ; an IP address beginning with 123.123.123
- ; (such as 123.123.123.7)
- ; LOOKUP - (Y or N) turns on or off IP address to name lookup
- ; (if you don't care about the names, reporting is faster off)
- ; INFILE - designate the log file to be read. If not present program
- ; will ask at runtime.
- ; OUTFILE - designate the HTML file to be created. If not present
- ; program will ask at runtime.
- ; DEBUG - 'N'(default), 'Y' show IP address lookup
- ; TITLE - The title you want placed at the top of the report
- ; LICENSE - The license for your site. If not valid, will only
- ; process 1000 log records - good for testing.
- ; TIMEOUT - number of seconds to attempt a DNS lookup.
- ;
- ; see manual for more information and options...
- ;
-
- ;EXCLUDE_ADDR=206.104.188
- LICENSE=0000000000
- ;INFILE=
- ;OUTFILE=
- ;DEBUG=N
- TITLE=My WebTrak Report
- ;TIMEOUT=15
-
-
-
-